[Feat] Add GPT-5.6 Sol to Amazon Bedrock - #1575
Conversation
Review statusThis PR was opened by an automated account. A human maintainer must verify the change intent, provenance, and validation before merging. Current step: Awaiting fresh human maintainer or CODEOWNER approval. Review-state labels are managed by this workflow; do not edit them manually. |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Important Review skippedAuto reviews are limited based on label configuration. 🏷️ Required labels (at least one) (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What changed
Why this change was made
Zoo Code's Bedrock provider already uses the Converse API supported by GPT-5.6 Sol, but the model was absent from the shared catalog. Selecting its model ID manually therefore fell back to unrelated default Claude metadata, and the model was unavailable in provider settings.
Closes #1572.
Impact
Users can select GPT-5.6 Sol in Amazon Bedrock settings and route requests through
us.openai.gpt-5.6-solorglobal.openai.gpt-5.6-solusing the existing inference controls. No documentation update is required because the model picker and controls are generated from the shared catalog.